GET NET MESSAGE
This command gets the oldest message from the incoming message queue and makes it the current message. Any messages that are sent to this application are stored on a queue and you are able to take each message and process it. You can use the NET MESSAGE EXISTS() command to determine when there are no more messages in the queue.
SYNTAX
GET NET MESSAGE
RELATED INFO
MULTIPLAYER Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example